testsuite: Bump the per-test timeout to 60s
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 21:02:01 +0000 (17:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 21:02:01 +0000 (17:02 -0400)
The bitset test has repeatedly run into the 30s timeout
in the ci, so give it some more time.

testsuite/gtk/meson.build

index 98b05f9871d80c398f7f5b30648884c257d44bc9..5665f6d5d83c49ef07811f9e6dbc22c7366f07fc 100644 (file)
@@ -119,6 +119,7 @@ foreach t : tests
   test(test_name, test_exe,
        args: [ '--tap', '-k' ],
        protocol: 'tap',
+       timeout: 60,
        env: [
               'NO_AT_BRIDGE=1',
               'GSK_RENDERER=cairo',